projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd44583
)
(gestaltSystemVersionMajor, gestaltSystemVersionMinor)
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 11 Jul 2008 08:53:20 +0000
(08:53 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 11 Jul 2008 08:53:20 +0000
(08:53 +0000)
(gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
Remove enumerators.
src/macterm.h
patch
|
blob
|
history
diff --git
a/src/macterm.h
b/src/macterm.h
index f263db811674e132737d1220e67b3ef6acd8f8b5..f9e2655a7a22d0a49593d1c4e9592c62b875072e 100644
(file)
--- a/
src/macterm.h
+++ b/
src/macterm.h
@@
-585,6
+585,10
@@
enum {
};
#endif
+#if 0
+/* We can't determine the availability of these enumerators by
+ MAC_OS_X_VERSION_MAX_ALLOWED, because they are defined in
+ MacOSX10.3.9.sdk for Mac OS X 10.4, but not in Mac OS X 10.3. */
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1040
/* Gestalt selectors */
enum {
@@
-593,6
+597,7
@@
enum {
gestaltSystemVersionBugFix = 'sys3'
};
#endif
+#endif
#ifdef MAC_OSX
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020